Skip to content

Conversation

dhruv-droid-r2
Copy link

@dhruv-droid-r2 dhruv-droid-r2 commented Jul 15, 2025

🚀 Add SigNoz MCP Server to Registry

📋 What is signoz-mcp?
A Model Context Protocol server for SigNoz (open-source observability platform) that enables AI assistants to:

  • Monitor application performance and metrics
  • Fetch and analyze APM data (request rates, error rates, latency)
  • Access SigNoz dashboards and their data
  • Query observability metrics and traces
  • Manage monitoring workflows
  • Work with distributed systems observability

✨ Key Features

  • Dashboard Integration: Fetch and analyze dashboard data with time range queries
  • APM Metrics: Complete application performance monitoring data access
  • Service Discovery: Retrieve all instrumented services and their metrics
  • Category: Monitoring/Observability

🔧 Configuration

  • Environment Variables:
    • SIGNOZ_HOST: SigNoz instance URL
    • SIGNOZ_API_KEY: API key for authentication
    • SIGNOZ_SSL_VERIFY: SSL certificate verification (true/false)
    • MCP_SERVER_PORT: Server port (default: 8000)
    • MCP_SERVER_DEBUG: Debug mode toggle

✅ Testing
☑️ Server configuration generated successfully
☑️ Catalog imported to Docker Desktop and tested with clients
☑️ All required fields configured

@dhruv-droid-r2 dhruv-droid-r2 requested a review from a team as a code owner July 15, 2025 12:05
@dhruv-droid-r2 dhruv-droid-r2 changed the title added signoz mcp server Added Signoz MCP Server Jul 15, 2025
@dhruv-droid-r2 dhruv-droid-r2 changed the title Added Signoz MCP Server Adds Signoz MCP Server Configuration Jul 15, 2025
@cmrigney
Copy link
Contributor

cmrigney commented Aug 5, 2025

Hi @dhruv-droid-r2, thanks for your contribution! Everything looks fine, however, it looks like your MCP server protocol version might be too old.

CleanShot 2025-08-05 at 10 41 41@2x

You can see this yourself by merging the latest from main and then running task build -- --tools --pull-community signoz-mcp-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants